---
BasedOnStyle:                       Google
Language:                           Cpp
Standard:                           c++17
IndentWidth:                        4
ColumnLimit:                        100
AccessModifierOffset:               -4
ConstructorInitializerIndentWidth:  4
ContinuationIndentWidth:            4
NamespaceIndentation:               None
AllowShortFunctionsOnASingleLine:   Inline
AllowShortIfStatementsOnASingleLine: Never
BreakBeforeBraces:                  Attach
SortIncludes:                       CaseSensitive
IncludeBlocks:                      Regroup
